hide inifile_t from users (#1085)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 25 Apr 2023 20:30:42 +0000 (14:30 -0600)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 20:30:42 +0000 (14:30 -0600)
commit75d1f3cb1635301e715438da91ad9b690d49a670
tree81230f50e3b9d19e053a7e4b693b07b580ba4595
parent4b99dea029a80b4d0c7faa147f83b42859fd7e7f
hide inifile_t from users (#1085)

* hide inifile_t from users.

* explicitly make vars have internal linkage

although since c++11 all vars declared in unnamed namespaces will
anyway.
inifile.cc
inifile.h